quipoin 04's profile

Inheritance in Java

Inheritance is a mechanism in which one class (say child class or derived class) derives the properties i.e. methods and fields of another class(say a parent or base class) including itself.Inheritance is mostly used to increase the reusability(using the same piece of code often times) of code which makes the program efficient.Also to achieve runtime polymorphism.
Please visit at https://quipoin.com/view/Java/Inheritance
Inheritance in Java
Published:

Inheritance in Java

Published: